Contribution org.nuxeo.platform.mobile.authentication.chain.contrib--authenticators
org.nuxeo.platform.mobile.authentication.chain.contrib
inside nuxeo-web-mobile-dm-5.8.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH_STATEFUL">
<needStartingURLSaving>true</needStartingURLSaving>
<stateful>true</stateful>
<parameters>
<parameter name="UsernameKey">username</parameter>
<parameter name="PasswordKey">password</parameter>
</parameters>
</authenticationPlugin>
</extension>